dante: adjust with glibc and libcrypt-compat
authorKonstantin Demin <[email protected]>
Fri, 4 Jul 2025 07:51:40 +0000 (10:51 +0300)
committerJosef Schlehofer <[email protected]>
Mon, 14 Jul 2025 08:40:15 +0000 (10:40 +0200)
glibc 2.39 has removed libcrypt completely.
solution: link against libxcrypt built with glibc compatibility.

Signed-off-by: Konstantin Demin <[email protected]>
net/dante/Makefile

index ac9b11df65772bd1f63b988473ee065a252324bb..9def5e6797e009cf8aa57e3fe16b232901e3a930 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=dante
 PKG_VERSION:=1.4.4
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.inet.no/dante/files/
@@ -46,6 +46,7 @@ endef
 define Package/dante/default
   TITLE:=Dante SOCKS
   URL:=http://www.inet.no/dante/
+  DEPENDS:= +USE_GLIBC:libcrypt-compat
 endef
 
 define Package/dante/default/description